







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Contains(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>) |
Determines if this dictionary contains the given key and all of the values associated with that key..
(Overrides CollectionBase<(Of <KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>>)>..::Contains(T).) |
![]() | Contains(TKey, TValue) |
Determines if this dictionary contains a key-value pair equal to key and
value. The dictionary is not changed. This method must be overridden in the derived class.
|